projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d42903
)
correct hypervisor version
author
Jan Beulich
<jbeulich@suse.com>
Mon, 19 Jan 2015 15:08:41 +0000
(16:08 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Mon, 19 Jan 2015 15:08:41 +0000
(16:08 +0100)
-unstable doesn't use the .0 part added by commit
0082626f35
.
xen/Makefile
patch
|
blob
|
history
diff --git
a/xen/Makefile
b/xen/Makefile
index 98ae2d0cf8118e54e91c20942063c3778eb9443b..b51dd361d872e3fcd3e64b368dfcba50113c1e4f 100644
(file)
--- a/
xen/Makefile
+++ b/
xen/Makefile
@@
-2,7
+2,7
@@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 6
-export XEN_EXTRAVERSION ?=
.0
-unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version